From fd9aad2889005c76dd39450f5e122abfa124a666 Mon Sep 17 00:00:00 2001 From: Christian Lachner Date: Fri, 21 Nov 2025 08:17:12 +0100 Subject: [PATCH] haproxy: update to v3.2.9 - Updated haproxy PKG_VERSION and PKG_HASH - See changes: http://git.haproxy.org/?p=haproxy-3.2.git;a=shortlog Signed-off-by: Christian Lachner --- net/haproxy/Makefile | 4 ++-- net/haproxy/get-latest-patches.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index b859b6e72f..af20e39b35 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -10,12 +10,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=haproxy -PKG_VERSION:=3.2.6 +PKG_VERSION:=3.2.9 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.haproxy.org/download/3.2/src -PKG_HASH:=ad630b6b0b73e1d118acce458fec1bf1e7d0e429530f2668ec582f4f8bb78e65 +PKG_HASH:=e660d141b29019f4d198785b0834cc3e9c96efceeb807c2fff2fc935bd3354c2 PKG_MAINTAINER:=Thomas Heil , \ Christian Lachner diff --git a/net/haproxy/get-latest-patches.sh b/net/haproxy/get-latest-patches.sh index 15fea04250..2e41763101 100755 --- a/net/haproxy/get-latest-patches.sh +++ b/net/haproxy/get-latest-patches.sh @@ -1,7 +1,7 @@ #!/bin/sh CLONEURL=https://git.haproxy.org/git/haproxy-3.2.git -BASE_TAG=v3.2.6 +BASE_TAG=v3.2.9 TMP_REPODIR=tmprepo PATCHESDIR=patches -- 2.30.2